Skip to content

Conversation

alexortiz201
Copy link
Contributor

There are duplicates of the overload signature in mcp.ts

function sendMcpMessage<Options extends MessageOptions>(
	type: 'link',
	payload: McpMessageTypes['link'],
	options?: Options,
): McpMessageReturnType<Options>

Cleaned this up so the diff tool no longer flags a missing dupe signature. Had to do this for the rest of the downstream exercises' copied files.

Copy link
Member

@kentcdodds kentcdodds left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good catch! Thanks!

@kentcdodds kentcdodds merged commit ff6f94d into epicweb-dev:main Oct 11, 2025
3 of 5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants